Fix x86/64 by passing the required length to reserve_bootmem instead of the end address
authorIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Mon, 22 May 2006 16:03:24 +0000 (17:03 +0100)
committerIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Mon, 22 May 2006 16:03:24 +0000 (17:03 +0100)
commiteb8b146a00ce710ecda11e0524b5d50cd98ca17f
treec9a4cb0382ca6e83ce7782566ebae193ac6526e7
parent90dac40a78b98f258e6c00bf65bac100821d62e2
Fix x86/64 by passing the required length to reserve_bootmem instead of the end address

Fixup a warning since the machine_e820 and memmap variables are only used if
CONFIG_XEN_PRIVILEGED_GUEST.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c